home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 October
/
Chip Ekim 2003.iso
/
prog
/
desktop
/
vizeon
/
setup.exe
/
AppDir\Vizeon Office\games\ss11_trial.swf
/
scripts
/
DefineButton2_484
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-18
|
157 b
|
9 lines
on(release){
nextFrame();
_root.toggleSound = _root.toggleSound == false;
if(_root.toggleSound == false)
{
stopAllSounds();
}
}